home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / hamcomx.zip / HAMCOMX.EXE / ANSI.DOC < prev    next >
Text File  |  1993-06-28  |  579b  |  18 lines

  1.                                   ANSI
  2. All of the standard Dos Ansi Sequences that relate to the screen are 
  3. functional.
  4. There is one additional Ansi Sequence, which may be useful.
  5. It is: sequence "esc [ T" will give you a 1 second delay.
  6. The new format which can be used is:
  7. esc [ fff;tttT
  8. the "fff" represents the frequency of the sound
  9. the "ttt" represents the delay, in milliseconds (limit 5000, 5 secs)
  10.  
  11. illustration
  12.  esc [ 440;500T     will generate a 440 hz tone for 500 milliseconds
  13.  esc [ 0;1000T      will generate a 0 hz tone (none) for 1 second.
  14.  
  15.  
  16.  
  17.  
  18.